/* 
*    适配手机端
*/
@media screen and (max-width: 1200px) {
    .swiper-slide{
        display: block;
        text-align: left !important;
        height: auto !important;
        margin-top: 0 !important;
    }

    .swiper{
        height: auto !important;
    }

    .homepage-banner {
        width: 100%;
        height: 1200px;
        position: relative;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .homepage-banner-div {
        position: absolute;
        width: 580px;
        height: 387px;
        left: 85px;
        bottom: 136px;
    }

    .homepage-banner-div p {
        font-family: Microsoft YaHei UI;
        font-weight: bold;
        font-size: 91px;
        line-height: 100%;
        /* identical to box height, or 91px */
        color: #FFFFFF;
        margin-bottom: 32px;
    }

    .homepage-banner-div span {
        font-family: Microsoft YaHei UI;
        font-size: 28px;
        line-height: 150%;
        /* or 42px */
        color: #FFFFFF;
        display: block;
        margin-bottom: 32px;
    }

    .homepage-btn1 {
        padding: 16px 32px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 2px;
        font-family: Source Han Sans CN;
        font-size: 32px;
        line-height: 100%;
        /* identical to box height, or 32px */
        color: #FFFFFF;
        margin-right: 12px;
    }

    .homepage-btn2 {
        padding: 16px 32px;
        background: #0055A7;
        border: 0;
        box-sizing: border-box;
        border-radius: 2px;
        font-family: Source Han Sans CN;
        font-size: 32px;
        line-height: 100%;
        /* identical to box height, or 32px */
        color: #FFFFFF;
    }

    .homepage-program {
        margin-top: 60px;
        height: 722px;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
    }

    .homepage-program>div {
        height: 100%;
        width: 100%;
        background-image: url(../images/homepage_m/bg.png);
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .homepage-program span {
        font-family: Microsoft YaHei UI;
        font-size: 28px;
        line-height: 150%;
        /* or 42px */
        color: #76767F;
    }

    .homepage-program-p1 {
        font-family: Microsoft YaHei UI;
        font-weight: bold;
        font-size: 60px;
        line-height: 100%;
        /* identical to box height, or 60px */
        color: #001C46;
        margin-bottom: 12px;
    }

    .homepage-program-p2 {
        font-family: Microsoft YaHei UI;
        font-weight: bold;
        font-size: 24px;
        line-height: 100%;
        /* identical to box height, or 24px */
        color: #001C46;
    }

    .homepage-program-p3 {
        font-family: Microsoft YaHei UI;
        font-size: 40px;
        line-height: 100%;
        /* identical to box height, or 40px */
        color: #001C46;
        margin-bottom: 12px;
    }

    .homepage-program-div {
        position: absolute;
        top: 60px;
        left: 60px;
        width: 240px;
        height: 96px;
    }

    .homepage-program-div1 {
        position: absolute;
        width: 480px;
        height: 136px;
        left: 60px;
        top: 196px;
    }

    .introduce-m {
        width: 100%;
        height: 933px;
        background-image: url(../images/homepage_m/Frame\ 2199.png);
        padding-left: 60px;
        padding-top: 60px;
        padding-bottom: 60px;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .introduce-div1 {
        height: 375px;
        width: 100%;
        padding-top: 19px;
        box-sizing: border-box;
        text-align: center;
        background: #FFFFFF;
        border-radius: 4px 4px 0 0;
    }

    .introduce-div2 {
        height: 438px;
        width: 100%;
        background: #072656;
        padding: 32px;
        box-sizing: border-box;
    }

    .introduce-div2-div {
        width: 100%;
        margin-bottom: 42px;
        display: flex;
        align-items: flex-start;
    }

    .introduce-div2-div img {
        margin-right: 24px;
    }

    .introduce-div2-div p {
        font-family: Microsoft YaHei UI;
        font-weight: bold;
        font-size: 40px;
        line-height: 100%;
        /* or 40px */
        color: #FFFFFF;
        margin-bottom: 24px;
    }

    .introduce-div2-div span {
        font-family: Microsoft YaHei UI;
        font-size: 24px;
        line-height: 100%;
        /* identical to box height, or 24px */
        color: #FFFFFF;
    }

    .introduce-div2>p {
        font-family: Source Han Sans CN;
        font-size: 24px;
        line-height: 150%;
        /* or 36px */
        color: #FFFFFF;
    }

    .report-m {
        width: 100%;
        padding: 24px;
        box-sizing: border-box;
    }

    .report-div1 {
        height: 436px;
        width: 100%;
        margin-bottom: 24px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
    }

    .report-div1-div1 {
        width: calc(50% - 6px);
        height: 212px;
        background-image: url(../images/homepage_m/report-bg.png);
        border-radius: 8px;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .report-div1-div1>div {
        position: absolute;
        top: 30px;
        left: 30px;
        width: 270px;
    }

    .report-div1-div2>div {
        position: absolute;
        top: 30px;
        left: 30px;
        width: 270px;
    }

    .report-div1-div3>div {
        position: absolute;
        top: 30px;
        left: 30px;
        width: 300px;
    }

    .report-div1-div1-p1 {
        font-family: D-DIN;
        font-weight: bold;
        font-size: 54px;
        line-height: 100%;
        /* identical to box height, or 54px */
        color: #FFFFFF;
        opacity: 0.5;
        margin-bottom: 12px;
    }

    .report-div1-div1-p2 {
        font-family: Source Han Sans CN;
        font-size: 31px;
        line-height: 130%;
        /* identical to box height, or 31px */
        color: #FFFFFF;
        margin-bottom: 12px;
    }

    .news-subject-left-more1,
    .news-subject-left-more2{
        display: none !important;
    }

    .report-div1-div1-span {
        font-family: Source Han Sans CN;
        font-weight: bold;
        font-size: 20px;
        line-height: 100%;
        /* or 20px */
        color: #FFFFFF;
        opacity: 0.5;
    }

    .report-div1-div2 {
        width: calc(50% - 6px);
        height: 212px;
        background-image: url(../images/homepage_m/report-bg1.png);
        border-radius: 8px;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .report-div1-div3 {
        width: 100%;
        height: 212px;
        background-image: url(../images/homepage_m/report-bg2.png);
        border-radius: 8px;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .report-div2 {
        width: 100%;
        /*height: 600px;*/
        margin-bottom: 24px;
    }

    .report-div2-div1 {
        width: 100%;
        height: 32px;
        margin-top: 12px;
        margin-bottom: 16px;
        display: flex;
        justify-content: space-between;
    }

    .report-div2-div1>div {
        position: static;
        width: 71px;
        height: 32px;
        text-align: center;
        background: rgba(255, 0, 0, 0.2);
        font-family: Source Han Sans CN;
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
        /* identical to box height, or 24px */
        color: #FF0000;
    }

    .report-div2-div1>p {
        font-family: Source Han Sans CN;
        font-weight: bold;
        font-size: 24px;
        line-height: 100%;
        /* identical to box height, or 24px */
        color: #8AA5B4;
    }

    .report-div2>p {
        font-family: Source Han Sans CN;
        font-size: 32px;
        line-height: 150%;
        /* or 48px */
        color: #001C46;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    .information-div-text1 {
        width: 80%;
        font-family: Source Han Sans CN;
        font-size: 28px;
        line-height: 150%;
        /* or 42px */
        /*display: flex;*/
        /*align-items: center;*/
        color: #76767F;
        margin-right: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .report-div3 {
        margin-top: 24px;
        padding-top: 12px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 24px;
    }

    .report-div4 {
        width: 100%;
    }

    .report-div4-div1 {
        width: 100%;
        height: 92px;
        background: #0055A7;
        border-radius: 4px 4px 0 0;
        display: flex;
        align-items: center;
    }

    .report-div4-div1 img {
        margin-left: 29px;
        margin-right: 9px;
    }

    .report-div4-div1 p {
        font-family: Source Han Sans CN;
        font-size: 28px;
        line-height: 100%;
        /* identical to box height, or 28px */
        color: #FFFFFF;
    }

    .report-div4-div1 span {
        font-family: Source Han Sans CN;
        font-size: 16px;
        line-height: 100%;
        /* identical to box height, or 16px */
        color: #FFFFFF;
    }

    .report-div4-div2 {
        width: 100%;
        padding-top: 24px;
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0 0 2px 2px;
    }

    .report-div4-div2>div {
        display: flex;
        align-items: center;
        margin-bottom: 23px;
    }

    .report-div4-div2-text {
        width: 95%;
        font-family: Source Han Sans CN;
        font-size: 24px;
        line-height: 150%;
        /* or 36px */
        color: #76767F;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .system {
        width: 750px;
        height: 432px;
        padding-top: 24px;
        padding-left: 24px;
        padding-bottom: 24px;
        box-sizing: border-box;
    }

    .system>p {
        font-family: Microsoft YaHei UI;
        font-weight: bold;
        font-size: 40px;
        line-height: 100%;
        /* identical to box height, or 40px */
        color: #001C46;
        margin-bottom: 12px;
    }

    .system>span {
        font-family: Microsoft YaHei UI;
        font-weight: bold;
        font-size: 20px;
        line-height: 100%;
        /* identical to box height, or 20px */
        text-transform: uppercase;
        color: #001C46;
        display: block;
        margin-bottom: 32px;
    }

    .system-div {
        width: 100%;
        height: 280px;
    }

    .swiper-slide{
        display: block;
    }

    .system .swiper{
        height: 100% !important;
    }

    .system{
        width: 100% !important;
        height: auto !important;
        margin-bottom: 0 !important;
    }
}




